Skip to main content
POST
/
action
/
meeting_prep_assemble_meeting_document
[P7] Assemble Meeting Document
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/meeting_prep_assemble_meeting_document \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "section_overview": "{{meeting_sections.sections.overview}}",
  "section_attendees": "{{meeting_sections.sections.attendees}}",
  "section_company": "{{meeting_sections.sections.company}}",
  "section_strategy": "{{meeting_sections.sections.strategy}}",
  "section_goals": "{{meeting_sections.sections.goals}}",
  "output_variable_name": "assembled_document",
  "processed_gcal_event": "{{processed_gcal_event}}",
  "user_first_name": "{{user.context.first_name}}"
}
'
{
  "status": 123,
  "response": {}
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/integrations#api)

Body

application/json
section_overview
string
default:{{meeting_sections.sections.overview}}
required

The overview section from Generate Meeting Sections.

section_attendees
string
default:{{meeting_sections.sections.attendees}}
required

The attendees section from Generate Meeting Sections.

section_company
string
default:{{meeting_sections.sections.company}}
required

The company section from Generate Meeting Sections.

section_strategy
string
default:{{meeting_sections.sections.strategy}}
required

The strategy section from Generate Meeting Sections.

section_goals
string
default:{{meeting_sections.sections.goals}}
required

The goals section from Generate Meeting Sections.

output_variable_name
string
default:assembled_document
required

Variable name to store assembled document.

Pattern: ^[a-zA-Z][a-zA-Z0-9_]*$
processed_gcal_event
string
default:{{processed_gcal_event}}

For extracting conference link and metadata.

user_first_name
string
default:{{user.context.first_name}}

User's first name for personalization.

Response

Successful response

status
integer<int32>

HTTP status code of the action response

response
object

Response data from the action